GtkAboutDialog: Don't use gdk_cursor_new
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Oct 2014 04:36:17 +0000 (00:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Oct 2014 04:36:17 +0000 (00:36 -0400)
commit8aecf2c06a2191d48af36549c104a151afe85411
tree91ea6d71ee6ef05057c6c490e8146f868c35208d
parent5f980cd8ded9cc36148862cb39c636e6a0d2f0c6
GtkAboutDialog: Don't use gdk_cursor_new

gdk_cursor_new returns cursors for the default display, and
thus is not safe to use in code that may run on non-default
displays.
gtk/gtkaboutdialog.c